home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13549 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  769 b 

  1. Path: paul.rutgers.edu!not-for-mail
  2. From: yuliang@paul.rutgers.edu (Yu-min Liang)
  3. Newsgroups: comp.lang.c++
  4. Subject: Q: Any compiler support "auto_ptr" template in standard C++ library ?
  5. Date: 25 Mar 1996 20:41:59 -0500
  6. Organization: Rutgers University LCSR
  7. Message-ID: <4j7i17$25k@paul.rutgers.edu>
  8. NNTP-Posting-Host: paul.rutgers.edu
  9.  
  10. Hi,
  11.  
  12. Can somebody kindly tell me which C++ compiler support the 
  13. "auto_ptr" template defined in standard C++ library ?
  14. I mean, not only the "explicit" keyword, but in particular the
  15. "template member function". I have installed g++ 2.7.2, but it
  16. doesn't compile the "auto_ptr" implementation as suggested in
  17. Scott Meyers' "More Effective C++" book.
  18.  
  19. Any information would be greatly appreciated.
  20.  
  21. Thanks,
  22.  
  23. yuliang@paul.rutgers.edu
  24.  
  25.  
  26.